home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / seemail1.zip / SMT2A0B.LD < prev    next >
Text File  |  1990-12-30  |  3KB  |  108 lines

  1.  
  2.         SCREEN LAYOUT DEFINITION
  3.         ************************
  4.  
  5. - Use PgDn to see the rest of this text.
  6.  
  7. Introduction:
  8.  
  9.   This  utility  is  intended  to  be used with See-Mail
  10.   rolodex   screens.    You   can   change   the default
  11.   See-mail.scr, or you can  create new screens to  match
  12.   the different rolodex's you have created.  In this way
  13.   you can use a rolodex to store different  information,
  14.   such as  product details,  or track  spares available,
  15.   and so on.
  16.  
  17.   Using SCRDEF you can delete fields you do not want  or
  18.   display a different text prompt with the field.   I.e.
  19.   you might use Surname as Part name, and MCI_id as Part
  20.   number.
  21.  
  22.   The only rule  you must follow  is that you  must have
  23.   the  Full_Name,  and  MCI_id  fields somewhere on your
  24.   screen.
  25.  
  26.   Surname  if  used  in  conjunction  with the Full_Name
  27.   field will default to the last token in the  Full_Name
  28.   field.  You may need to include Surname on the  screen
  29.   to allow manual overriding of this feature.
  30.  
  31.   The OTHER  field can  be used  to provide  a field for
  32.   searching.
  33.  
  34.   To associate a  new screen to  a rolodex you  must use
  35.   the same  name, i.e.   PERSONAL for  the rolodex,  and
  36.   PERSONAL.SCR for the screen, and locate the screen  in
  37.   the same directory as  the rolodex, or in  the program
  38.   directory for See-mail.
  39.  
  40. Key Help:
  41.  
  42. The function keys work as follows:
  43.     F10:    End screen definition.
  44.     S-F10:    Re-size window.
  45.     F3:      Delete field under cursor.
  46.     F4:    Define new field.
  47.     F7:    Delete line.
  48.     F8:    Insert blank line at cursor position.
  49.  
  50.  
  51. Special keys are:
  52.     Ins:        Change between insert and overwrite mode.
  53.     Del:        Delete char under cursor
  54.     Back Space:    Delete char before cursor
  55.  
  56.  
  57. For cursor movement the following keys can be used:
  58.     ->        Move the cursor one character to the right.
  59.     Ctrl ->        Move the cursor five characters to the right.
  60.     <-        Move the cursor one character to the left.
  61.     Crtl <-        Move the cursor five characters to the left.
  62.     Arrow up    Move the cursor one row up.
  63.     PgUp        Move the cursor one page up.
  64.     pil ned        Move the cursor one row down.
  65.     PgDn        Move the cursor one page down.
  66.     Home        Move the cursor to the start of the window.
  67.     Ctrl Pgup    Move the cursor to the start of the screen definition.
  68.     End        Move the cursor to the end of the window.
  69.     Ctrl Pgdn    Move the cursor to the end of the screen definition.
  70.     Cr        Move the cursor to start of the next line
  71.  
  72.     Fields        Field definitions are:
  73.  
  74.             field(FNAME,TYPE,ROW,COL,LEN)
  75.             txtfield(ROW,COL,LEN,STRING)
  76.             windowsize(ROW,COL)
  77.             pastebox(ROW, COL, LEN, LEN)
  78.             separator(STRING)
  79.             notes_format(COL,LEN)
  80.  
  81.     Names        Field names are:
  82.  
  83.             "Full_Name"
  84.             "Surname"
  85.             "MCI_id"
  86.             "Telephone"
  87.             "FAX"
  88.             "INTERNAL"
  89.             "Act_Code"
  90.             "Act_Yr"
  91.             "Act_Mn"
  92.             "Act_Dy"
  93.             "Trans_date"
  94.             "Trans_type"
  95.             "Telex"
  96.             "Answer_back"
  97.             "EMS_service"
  98.             "EMS_id"
  99.             "OTHER"
  100.             "Organization"
  101.             "Address1"
  102.             "Address2"
  103.             "Address3"
  104.             "Location"
  105.             "Province_state"
  106.             "Country"
  107.             "Post_code"
  108.